runtime/pprof.profileBuilder.emitLocation (method)

5 uses

	runtime/pprof (current package)
		proto.go#L435: 			if id := b.emitLocation(); id > 0 {
		proto.go#L456: 			if id := b.emitLocation(); id > 0 {
		proto.go#L470: 		if id := b.emitLocation(); id > 0 {
		proto.go#L483: 	if id := b.emitLocation(); id > 0 { // emit remaining location.
		proto.go#L589: func (b *profileBuilder) emitLocation() uint64 {